/* ========== */
/* = RESET = */
/* ========== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html { 
	overflow-x:hidden; 
	-webkit-text-size-adjust:none;
	/*cursor: url(../images/home/hand_ico.ico),auto;*/
}

body {
	min-width: 320px;
	font-size:14px;
	color: #666666;
	font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;
	-webkit-overflow-scrolling: touch;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li,  sub, sup, tt, var, del, dfn,  ins, kbd, q, s, samp,  strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}

ul,ol,li,dl{
  list-style: none;
}

/*RESET A*/
* { text-decoration: none!important;}
a,
a:visited,
a:active,
a:hover,
a:focus { 
	text-decoration:none!important; 
	outline:none; 
	star: expression_r(this.onFocus=this.blur());
}
a {
  color: #666666;
}
/* HTML5 RESET THE OLD BROWERS*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }
 
/*CLEAR the FLOAT*/
.clear { clear:both}
.clearfix { *zoom:1;}
.clearfix:after{
	clear:both; 
	display:block; 
	height:0; 
	visibility:hidden; 
	line-height:0; 
	content:'\20';
}

.bgFull{
	background-size: cover;
	background-position: center center;
	background-repeat: nno-repeat
}

/*RESET the FORM*/
fieldset { border: 0!important;}
input, button, textarea, select { font-size:100%; outline:none; resize:none; font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}
input[type="button"],input[type="text"], textarea{-webkit-appearance:none;} 
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none; padding:0; }

input::-webkit-input-placeholder{ color: #666666;}
input:-moz-placeholder{ color: #666666;}   
input::-moz-placeholder{ color: #666666;}
input:-ms-input-placeholder{ color: #666666;} 
textarea::-webkit-input-placeholder{ color: #666666;}
textarea:-moz-placeholder{ color: #666666;}   
textarea::-moz-placeholder{ color: #666666;}
textarea:-ms-input-placeholder{ color: #666666;} 

/*RESET IMAGES*/
img { 
	display: block;
	max-width: 100%;
	border: 0;
	margin: 0 auto;
}

/*IMAGE CENTER*/
.vertical-center {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute; 
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*RESET FONTS*/
.t2 { text-indent: 2em;}
em { font-style: normal;}
.overf {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*LAYOUT*/
.page-wrap{ 
	position:relative; 
	width: 100%; 
	overflow:hidden;
	padding-top: 100px;
}
.container{
	max-width: 1800px;
	padding: 0 100px;
	margin: 0 auto;
}
.w1500{
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 100px;
}
.transition {
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.b-shadow{
	-o-box-shadow:0 5px 12px rgba(0,0,0,.08); 
	-ms-box-shadow:0 5px 12px rgba(0,0,0,.08); 
	-moz-box-shadow:0 5px 12px rgba(0,0,0,.08); 
	-webkit-box-shadow:0 5px 12px rgba(0,0,0,.08); 
	box-shadow:0 5px 12px rgba(0,0,0,.08);
}
.pc-block{ display: block;}
.mb-block{ display: none;}


@media (max-width:1500px){ 
	.container{
		max-width: 1380px;
		padding: 0 60px;
	}
}
@media (max-width:1100px){ 
	.container{
		padding: 0 50px;
	}
}

@media (max-width:999px){ 
	.container{
		padding: 0 0.4rem;
	}
	.pc-block{ display: none; }
	.mb-block{ display: block;}
	.page-wrap{ padding-bottom: 1.6rem; padding-top: 1.6rem;}
}




/* ========== */
/* = PC-HEADER = */
/* ========== */
.pc-header{ position:fixed; z-index: 99; top:0; left:0; width: 100%; background:#FFFFFF; -webkit-box-shadow:0 0 20px rgba(0,0,0,.1); box-shadow:0 0 20px rgba(0,0,0,.1);}
.pc-header .logo2{ display:none; }
.pc-header>.container{  display: flex; flex-flow: wrap;  justify-content: space-between; align-items: center;}
.pc-header ul{ width:58%; max-width:840px; display: flex; flex-flow: wrap;  justify-content: space-between; align-items: center;}
.pc-header ul li>a{ font-size: 20px; line-height: 100px; height: 100px;}
.pc-header ul li.current>a,
.pc-header ul li:hover>a{ color: #2a6cf4;}
.pc-header .navdiv{ display: none; position:absolute; top:100px; left:0; width: 100%; background-image: url(../images/navdiv_bg.png); background-position:bottom right; background-repeat: no-repeat; background-color: #FFFFFF; -webkit-box-shadow:0 0 20px rgba(0,0,0,.1); box-shadow:0 0 20px rgba(0,0,0,.1);}
.pc-header .navdiv .container{  display: flex; flex-flow: wrap;  justify-content: space-between; }
.pc-header .navdiv .text{ width: 30%; padding: 65px 0 80px; background:#f8f8f8; position:relative; font-weight: bold;}
.pc-header .navdiv .text:before{ content: ""; position: absolute; right: 100%; top:0; width: 100%; background: #f8f8f8; height: 100%;}
.pc-header .navdiv .text span{ font-size: 36px; color: #333333;}
.pc-header .navdiv .text p{ font-size: 60px; color: #cdcdcd;  margin-top: 10px; text-transform:uppercase;}
.pc-header .navdiv .con{ width: 70%; padding: 40px 80px;}
.pc-header .navdiv .con .row{ margin-bottom: 50px;}
.pc-header .navdiv .con .tit{ margin-bottom: 15px; position: relative;}
.pc-header .navdiv .con .tit img{  position:absolute; top:50%; margin-top: -15px; left:-40px;}
.pc-header .navdiv .con .tit span{  font-size: 18px; color: #333333;}
.pc-header .navdiv .con a{ display: inline-block; font-size: 16px; margin-right: 35px; text-transform:uppercase;}
.pc-header .navdiv .con a:hover{ color: #2a6cf4;}
.pc-header .navdiv .con .des{ width: 120%; clear: both; font-size:30px; color: #d0d0d0; font-style: italic;  margin-top:100px; }
.pc-header .navdiv .con .des span{ display: inline-block; padding:0 40px; position: relative; }
.pc-header .navdiv .con .des span:before,
.pc-header .navdiv .con .des span:after{ content: ""; position: absolute;  width: 30px; height: 30px;  background-size:cover;}
.pc-header .navdiv .con .des span:before{ left:0; top:-8px; background-image: url(../images/navdiv_yin1.png); }
.pc-header .navdiv .con .des span:after{ right:0; bottom:-8px; background-image: url(../images/navdiv_yin2.png);}
.pc-header li:hover .navdiv{ display: block;}
.pc-header .top .tel{ display: block; padding-left: 40px; line-height: 30px; background: url(../images/ico_tel.png) no-repeat left; color: #2a6cf4; font-size: 20px;}
.pc-header .top a{ margin-top: 4px; display: block; background: #2a6cf4; color: #FFFFFF; font-size: 18px; line-height: 40px; padding: 0 5px; text-align: center;}
.pc-header .a-en{ position: relative; display: inline-block; padding-left: 34px;  color: #444;}
.pc-header .a-en:after{ content: ""; position: absolute; top:50%; left:0; margin-top: -15px;  display: block; width: 30px; height: 30px; background-size: cover; background-image: url(../images/ico_en2.png); }
.pc-header-index{ background: none; -webkit-box-shadow:0 0 0 rgba(0,0,0,.08); box-shadow:0 0 0 rgba(0,0,0,.08);}
.pc-header-index .logo2{ display: block;}
.pc-header-index .logo{ display: none;}
.pc-header-index ul li>a{ color: #FFFFFF;}
.pc-header-index ul li.current>a{ color: #FFFFFF;}
.pc-header-index .top .tel{ background:url(../images/ico_tel_index.png) no-repeat left; color: #FFFFFF;} 
.pc-header-index .a-en{  color: #fff; }
.pc-header-index .a-en:after{ background-image: url(../images/ico_en.png); }

@media (max-width:1540px){ 
	.pc-header .navdiv .con .des span{ font-size: 26px; }
}
@media (max-width:1300px){ 
	.pc-header .navdiv .con .des span{ font-size: 22px; }
}



/* ========== */
/* = PC-FOOTER = */
/* ========== */
.friend-link{ background: #333333; padding:32px 0 60px; }
.friend-link span{ display: block; color: #f8f8f8; font-size: 18px; }
.friend-link div{ margin-top: 15px;  text-align: justify;}
.friend-link div a{ margin-right: 20px; display: inline-block; color: #6b6b6b; font-size: 16px; line-height: 32px;} 
.pc-footer{ position: relative; z-index: 3; background: #232323; padding: 55px 0 40px;}
.pc-footer .w1500{  display: flex; flex-flow: wrap; justify-content: space-between;}
.pc-footer .content{ width: 57%; max-width: 760px;  display: flex; flex-flow: wrap;  justify-content: space-between;}
.pc-footer .info{ width:38%; }
.pc-footer .info img{ margin: 0;}
.pc-footer .info a{ margin: 22px 0 55px; line-height: 27px; border: 1px solid #2c71f4; color: #2c71f4; font-size: 16px; padding: 0 16px; letter-spacing: 2px; display: inline-block;}
.pc-footer .info p{ font-size: 16px; line-height:28px; color: #f8f8f8;}
.pc-footer ul{ width:61%; }
.pc-footer ul li{ margin-bottom: 22px;}
.pc-footer ul li span a{ font-size: 18px; display: inline-block;  color: #f8f8f8; padding-bottom: 7px; position:relative;}
.pc-footer ul li span a:after{ content: ""; position: absolute; bottom: 0; left:0; width: 16px; height: 2px; background: #2c71f4;}
.pc-footer ul li div a{ line-height: 34px; display: inline-block; margin-right: 18px; color: #999999; font-size: 16px;}
.pc-footer .map{ width: 40%; max-width: 535px;}
.copyright{ padding:18px 0; line-height:26px; background: #333333; color: #999999;}
.copyright a{ color: #999999;}



/* ========== */
/* = MOBILE HEADER = */
/* ========== */
.mb-header{ position:fixed; top:0; right:0; width: 100%; height:1.6rem; z-index: 999; background: #2a6cf4; text-align: center;}
.mb-header .mb-logo{ display: inline-block;}
.mb-header .mb-logo img{ display:block; height:1.6rem;}
.mb-header .tel{ position: absolute; top:50%; right: 0.13333333rem; width: 1.2rem; margin-top:-0.6rem;}
.mb-nav-ico{ position:absolute;  top:50%; left: 0.26666666rem; margin-top: -0.1733333333rem; display: inline-block; vertical-align: middle; width:0.53333333rem; height:0.34666666rem; cursor: pointer;}
.mb-nav-ico .line {	position: absolute; left: 0;display: block; height:0.02666666rem; width: 100%; background: #FFFFFF; }
.mb-nav-ico .line:nth-child(1) { top: 0.001rem;}
.mb-nav-ico .line:nth-child(2) { top: 50%; margin-top:-0.01333333rem;}
.mb-nav-ico .line:nth-child(3) { bottom: 0;}
.mb-nav-ico.active .line:nth-child(2){ opacity: 0;}
.mb-nav-ico.active .line:nth-child(1){top: 50%; margin-top: -1px; transform: rotate(-45deg);}
.mb-nav-ico.active .line:nth-child(3){ top: 50%; margin-top: -1px; transform: rotate(45deg);}

/* ========== */
/* = MB FOOTER = */
/* ========== */
.mb-footer{ position:fixed; bottom:0; right:0; width: 100%; height:1.6rem; background:#2a6cf4; z-index: 999;}
.mb-footer li { float: left; width:25%; border-right: 1px solid rgba(255,255,255,.2);}
.mb-footer li a{ display:block; cursor: pointer;  height:1.6rem; padding-top:0.26666666rem; color: #ffffff; text-align: center;}
.mb-footer li img{ width:0.66666666rem;}
.mb-footer li p { margin-top: 0.1rem; font-size:0.26666666rem; height:0.34rem; line-height: 0.34rem;}


/* ========== */
/* = MENU = */
/* ========== */
.shade { display: none; position: fixed;  width: 100%; height: 100%; left: 0; top:; z-index: 999; display: none; background: transparent;}
.menu { position: fixed; padding-bottom: 2.4rem; right: 100%; top:1.6rem; width:100%; height: 100%; text-align: left; z-index: 11111;overflow-y: scroll;  background: #FFFFFF; }
.menu li { position: relative; text-transform: uppercase;}
.menu li>span { display: block; position: relative; padding: 0 0.666666rem 0 1.493333rem; height: 1.36rem; line-height: 1.36rem; color: #767676; font-size: 0.35rem; border-bottom: 1px solid #e9e9e9;}
.menu ul li>span::before { content: ''; position: absolute; left: 0.666666rem; top: 50%; margin-top: -0.133333rem; width: 0.266666rem; height: 0.266666rem; border: 2px solid #2a6cf4; border-radius: 100%;}
.menu ul li a{ color: #555;}
.menu ul li>span.default::after { content: ''; position: absolute; right: 0.666666rem; top: 50%; width: 0.32rem; height: 0.32rem; margin-top: -0.16rem; background: url(../images/menu_bg.png) no-repeat; background-size: cover;}
.menu-slide{ display: none; }
.menu-slide>a { color: #7c7d7d; }
.menu-slide>a { position: relative; display: block; padding: 0 0.666666rem 0 1.493333rem; height: 1.333333rem; line-height: 1.333333rem; font-size: 0.32rem; color: #7c7d7d; border-bottom: 1px solid #e9e9e9;}
.menu-slide>a::before { content: ''; position: absolute; left: 0.666666rem; top: 50%; margin-top:-0.10625rem;  width:0.266666rem; height:0.266666rem; background: url(../images/menu_bg3.png) no-repeat; background-size: cover; }
.menu-slide>a:hover,
.menu-slide>a.active { background: #2a6cf4; color: #FFFFFF;}
.menu-slide .tit a{ display: block; padding:0.4rem 0.6rem 0.13333333rem;}
.menu-slide .tit img{ width: 0.6rem; display: inline-block; vertical-align: middle;}
.menu-slide .tit span{ margin-left: 0.13333333rem; display: inline-block; vertical-align: middle; font-size: 0.34rem;}
.menu li>span.active a { color: #2a6cf4;}
.menu li>span.active::before { color: #fff; background: #2a6cf4; border-color: #2a6cf4;}
.menu li>span.haschild.active::after { content: ''; position: absolute; right: 0.666666rem; top: 50%; width: 0.32rem; height: 0.32rem; margin-top: -0.16rem; background: url(../images/menu_bg2.png) no-repeat center; }



.suspend{ position: fixed; right: 0; background: #ffffff; border-radius: 7px; top: 50%;transform: translateY(-50%); text-align: center; z-index: 99; width: 66px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.06); box-shadow:0 2px 10px rgba(0,0,0,.06);}
.suspend ul li{  border-bottom: 1px solid #e5e5e5; text-align:center;position:relative; }
.suspend ul li:last-child{ border: none; }
.suspend ul li a{ width: 66px; height: 66px; display: block; padding:10px 0;}
.suspend ul li span{ display: block; color: #666666; font-size: 12px;  margin-top: 5px; }
.suspend .suspend-tel .teldiv img { position: relative; z-index: 2;}
.suspend ul li .xf—phone { position: absolute; top:0; right:66px; background: #ffffff; width: 150px; line-height: 66px; display: none; font-size: 18px; color: #2a6cf4; -webkit-box-shadow:0 2px 10px rgba(0,0,0,.06); box-shadow:0 2px 10px rgba(0,0,0,.06);}
.suspend ul li:hover .xf—phone{ display: block; }



.zx-pop{ display: none; position: fixed; z-index: 9999; top:50%; left:50%; transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); width: 90%; max-width: 576px;}
.zx-pop .close{ position: absolute; top:0; right:0; width: 36px; height: 36px; cursor: pointer;}
.zx-pop img{ width: 100%;}